plus Assign
Extra files to include in generated `.pb.h`
Content copied to clipboard
repeated string include = 24;
Parameters
value
The include to add.
inline operator fun DslList<String, NanoPBOptionsKt.Dsl.IncludeProxy>.plusAssign(values: Iterable<String>)
Extra files to include in generated `.pb.h`
Content copied to clipboard
repeated string include = 24;
Parameters
values
The include to add.
Automatic includes to exclude from generated `.pb.h`
Same as nanopb_generator.py command line flag -x.
Content copied to clipboard
repeated string exclude = 26;
Parameters
value
The exclude to add.
inline operator fun DslList<String, NanoPBOptionsKt.Dsl.ExcludeProxy>.plusAssign(values: Iterable<String>)
Automatic includes to exclude from generated `.pb.h`
Same as nanopb_generator.py command line flag -x.
Content copied to clipboard
repeated string exclude = 26;
Parameters
values
The exclude to add.